home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / CCS32 / CCS32.ZIP / CSFPPROC.DFM / CSFPPROC.txt
Text File  |  1996-06-25  |  605b  |  33 lines

  1. object ProcForm: TProcForm
  2.   Left = 200
  3.   Top = 98
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'ProcForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 12
  15.     Top = 12
  16.     Width = 120
  17.     Height = 24
  18.     Caption = 'Procedures'
  19.     Font.Color = clBlack
  20.     Font.Height = -19
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = [fsBold, fsItalic]
  23.     ParentFont = False
  24.   end
  25.   object StringGrid1: TStringGrid
  26.     Left = 12
  27.     Top = 48
  28.     Width = 309
  29.     Height = 85
  30.     TabOrder = 0
  31.   end
  32. end
  33.